private Alert alert = new Alert("Eliminator v1.1");
protected void startApp() {
this.display.setCurrent(this.canvas);
}
protected void pauseApp() {
}
protected void destroyApp(boolean var1) {
}
public void exitMIDlet() {
this.destroyApp(true);
((MIDlet)this).notifyDestroyed();
}
public void showInfo() {
this.alert.setString("2/8 : Up/Down\n4/6 : Left/Right\n1/7 : Prev.Level\n3/9 : Next Level\n* : Saved Solution\n# : Next Solusion");
this.display.setCurrent(this.alert);
}
public void showAbout() {
this.alert.setString("Eliminator MIDP Demo version by RizaPN\n\nEliminator is a game to destroy all object by moving it to 4 direction. One single move will move all object together. Object will be dissapear if there are horizontal/vertical consecutive objects. Full version has 40 game levels.\n\nPlease enjoy,\nSalam, RizaPN\nJakarta-Indonesia");